Skip to main content

policies

All policy records entered as part of user's fact find

GraphQL Schema

extend type query {
"""All policy records entered as part of user's fact find"""
policies(userId: ID!): [Policy]
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns [Policy]

NameTypeDescription
idUUID!Unique ID of the object
productTypePolicyType!
userIdID!Unique ID of the user
owners[Person]
nameString
providerProvider
isCompleteBoolean!
throughCurrentEmployerBoolean
coverTypeCoverTypeAffects: Life Cover
amountOfCoverMoneyAffects: All but health insurance
yearsRemainingIntAffects: All but health insurance
premiumMoneyAffects: All but health insurance
paymentFrequencyPaymentFrequencyAffects: All but health insurance
renewalDateDateAffects: Health insurance